home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / Makefile < prev    next >
Makefile  |  1997-07-22  |  326b  |  23 lines

  1. #
  2. # $Id: Makefile,v 1.7 1997/05/19 15:05:27 pvmsrc Exp $
  3. #
  4. # top-level PVM3 makefile
  5. #
  6.  
  7. SHELL    =    /bin/sh
  8.  
  9. AIMKSTR    =    -here -f ./conf/`./lib/pvmtmparch`.def -f ./Makefile.aimk
  10.  
  11. default:
  12.     ./lib/aimk $(AIMKSTR) default
  13.  
  14. install:
  15.     ./lib/aimk $(AIMKSTR) install
  16.  
  17. all:
  18.     ./lib/aimk $(AIMKSTR) all
  19.  
  20. clean:
  21.     ./lib/aimk $(AIMKSTR) clean
  22.  
  23.